home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / visulztn / saoimage / saoimage.lha / hfiles / cmdparse.h < prev    next >
C/C++ Source or Header  |  1990-05-02  |  474b  |  20 lines

  1. #ifndef lint
  2. static char SccsParseId[] = "%W%  %G%";
  3. #endif
  4.  
  5. /* Module:    CmdParse.h
  6.  * Purpose:    Define the use of the bits in the parsing status word
  7.  * Modified:    {0} Michael VanHilst    initial version           9 January 1989
  8.  *        {n} <who> -- <does what> -- <when>
  9.  */
  10.  
  11. #define CMD_FNAME      4
  12. #define CMD_FTYPE      8
  13. #define CMD_FREAD     16
  14. #define CMD_ROTATE     32
  15. #define CMD_SCALE     64
  16. #define CMD_SCALIM    128
  17. #define CMD_COLOR    256
  18. #define CMD_GEOMETRY    512
  19. #define CMD_CONNECT    1024
  20.